home *** CD-ROM | disk | FTP | other *** search
/ Champak 147 / (Vol 147) Jan 21 2012.iso / Interface / it.dig / scripts / frame_1 / PlaceObject2_116_ComboBox_110 / CLIPACTIONRECORD on(construct).as next >
Text File  |  2012-01-21  |  136b  |  9 lines

  1. on(construct){
  2.    editable = false;
  3.    rowCount = 5;
  4.    enabled = true;
  5.    visible = true;
  6.    minHeight = 0;
  7.    minWidth = 0;
  8. }
  9.